home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / netprog.zip / NETPROG.TAR / ipc / fifo.h < prev    next >
C/C++ Source or Header  |  1989-12-17  |  163b  |  10 lines

  1. #include    <sys/types.h>
  2. #include    <sys/stat.h>
  3. #include    <sys/errno.h>
  4. extern int    errno;
  5.  
  6. #define    FIFO1    "/tmp/fifo.1"
  7. #define    FIFO2    "/tmp/fifo.2"
  8.  
  9. #define    PERMS    0666
  10.